// This is the TESTER. DO NOT Modify It!!! public class TestCurrentTemp extends junit.framework.TestCase { public void testCurrentTemp1() { assertEquals(35.0, Module1.currentTemp(25)); } }